UnsavedExportedLinks
Document ShellThe
UnsavedExportedLinks
method returns a Boolean value that indicates whether any cross-document links have been established since the last time the specified draft was saved.
ODBoolean UnsavedExportedLinks (in ODDraft draft);
draft
- A reference to the draft of interest.
- return value
kODTrue
if cross-document links have been established since the specified draft was last saved, otherwisekODFalse
.DISCUSSION
A container application can call this method when the user tries to close or revert a draft without first saving it. A return value of true indicates that some cross-document links will be lost unless the draft is saved, and the container application could alert the user accordingly.At present, the document shell does not call this method.
SEE ALSO
TheODLinkManager::AnyLinkImported
method (page 365).
TheODLinkManager::DraftClosing
method (page 366).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help